Skip to content

Conversation

@jcortes
Copy link
Collaborator

@jcortes jcortes commented May 30, 2025

PR comming from #16879

fix: wrong method's place

chore: up minor package json zoom admin

Incremented version on components

Summary by CodeRabbit

Summary by CodeRabbit

  • New Features

    • Added a new action to fetch all recordings for a specified Zoom meeting.
    • Added a new action to list all participants of a past Zoom meeting.
  • Chores

    • Updated version numbers for multiple actions and event sources in the Zoom Admin integration.
    • Refined documentation links in action descriptions for clarity.
    • General maintenance and version updates to ensure compatibility and stability.

All credits to user @jocarino

@jcortes jcortes self-assigned this May 30, 2025
@vercel
Copy link

vercel bot commented May 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Ignored (Inspect) Visit Preview Jun 1, 2025 6:22pm
pipedream-docs ⬜️ Ignored (Inspect) Jun 1, 2025 6:22pm
pipedream-docs-redirect-do-not-edit ⬜️ Ignored (Inspect) Jun 1, 2025 6:22pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 30, 2025

Walkthrough

This update introduces two new action modules for listing past meeting participants and retrieving meeting recordings, supported by corresponding new methods in the Zoom Admin app integration. Additionally, it increments version numbers across numerous action and source modules and updates the package version in package.json.

Changes

File(s) Change Summary
components/zoom_admin/zoom_admin.app.mjs Added listPastMeetingParticipants and listMeetingRecordings methods to the app integration.
components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs New action: List all participants of a past meeting.
components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs New action: Retrieve all recordings for a specified meeting.
components/zoom_admin/actions/add-meeting-registrant/....mjs
components/zoom_admin/sources/account-created/....mjs
components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs
components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs
components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs
components/zoom_admin/actions/list-meetings/list-meetings.mjs
components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs
components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs
components/zoom_admin/actions/list-webinars/list-webinars.mjs
Incremented version numbers in action and source modules; no other changes.
components/zoom_admin/package.json Updated package version from 0.7.3 to 0.8.0.

Sequence Diagram(s)

New Action: List Past Meeting Participants

sequenceDiagram
    participant User
    participant Action
    participant ZoomAdminApp
    User ->> Action: Trigger "List past meeting participants"
    Action ->> ZoomAdminApp: listPastMeetingParticipants(meetingId)
    ZoomAdminApp ->> Zoom API: GET /past_meetings/{meetingId}/participants
    Zoom API -->> ZoomAdminApp: Participants data
    ZoomAdminApp -->> Action: Return participants
    Action -->> User: Output participants list
Loading

New Action: Get Meeting Recordings

sequenceDiagram
    participant User
    participant Action
    participant ZoomAdminApp
    User ->> Action: Trigger "Get meeting recordings"
    Action ->> ZoomAdminApp: listMeetingRecordings(meetingId, params)
    ZoomAdminApp ->> Zoom API: GET /meetings/{meetingId}/recordings
    Zoom API -->> ZoomAdminApp: Recordings data
    ZoomAdminApp -->> Action: Return recordings
    Action -->> User: Output recordings list
Loading

Possibly related PRs

  • Zoom new action #14157: Updates the description and version of the "Add meeting registrant" action in the Zoom component, related conceptually but targeting a different component than this PR.

Suggested reviewers

  • jcortes

Poem

A hop, a skip, a version bump or two,
New features spring—recordings, lists in view!
Rabbits code and rabbits cheer,
For every change, we leap with cheer.
With paws on keys and ears upright,
We celebrate new features—what a delight!
🐇✨

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs

Oops! Something went wrong! :(

ESLint: 8.57.1

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:799:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:723:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:706:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:307:38)
at #link (node:internal/modules/esm/module_job:170:49)

components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs

Oops! Something went wrong! :(

ESLint: 8.57.1

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:799:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:723:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:706:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:307:38)
at #link (node:internal/modules/esm/module_job:170:49)

components/zoom_admin/actions/create-meeting/create-meeting.mjs

Oops! Something went wrong! :(

ESLint: 8.57.1

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:799:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:723:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:706:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:307:38)
at #link (node:internal/modules/esm/module_job:170:49)

  • 19 others

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between db8d3ad and b62b01c.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (22)
  • components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs (1 hunks)
  • components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs (1 hunks)
  • components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs (1 hunks)
  • components/zoom_admin/actions/create-meeting/create-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/create-webinar/create-webinar.mjs (1 hunks)
  • components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs (1 hunks)
  • components/zoom_admin/actions/delete-meeting/delete-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs (1 hunks)
  • components/zoom_admin/actions/delete-webinar/delete-webinar.mjs (1 hunks)
  • components/zoom_admin/actions/end-meeting/end-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs (1 hunks)
  • components/zoom_admin/actions/get-meeting/get-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/get-webinar/get-webinar.mjs (1 hunks)
  • components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs (1 hunks)
  • components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs (1 hunks)
  • components/zoom_admin/actions/list-meetings/list-meetings.mjs (1 hunks)
  • components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs (1 hunks)
  • components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs (1 hunks)
  • components/zoom_admin/actions/list-webinars/list-webinars.mjs (1 hunks)
  • components/zoom_admin/actions/update-meeting/update-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs (1 hunks)
  • components/zoom_admin/actions/update-webinar/update-webinar.mjs (1 hunks)
✅ Files skipped from review due to trivial changes (4)
  • components/zoom_admin/actions/delete-webinar/delete-webinar.mjs
  • components/zoom_admin/actions/create-meeting/create-meeting.mjs
  • components/zoom_admin/actions/update-webinar/update-webinar.mjs
  • components/zoom_admin/actions/update-meeting/update-meeting.mjs
🚧 Files skipped from review as they are similar to previous changes (18)
  • components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs
  • components/zoom_admin/actions/get-meeting/get-meeting.mjs
  • components/zoom_admin/actions/list-meetings/list-meetings.mjs
  • components/zoom_admin/actions/create-webinar/create-webinar.mjs
  • components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs
  • components/zoom_admin/actions/list-webinars/list-webinars.mjs
  • components/zoom_admin/actions/get-webinar/get-webinar.mjs
  • components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs
  • components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs
  • components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs
  • components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs
  • components/zoom_admin/actions/delete-meeting/delete-meeting.mjs
  • components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs
  • components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs
  • components/zoom_admin/actions/end-meeting/end-meeting.mjs
  • components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs
  • components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs
  • components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Lint Code Base
  • GitHub Check: Publish TypeScript components
  • GitHub Check: Verify TypeScript components
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

fix: wrong method's place

chore: up minor package json zoom admin

Incremented version on components
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b903cea and 4f510ca.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (48)
  • components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs (1 hunks)
  • components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs (1 hunks)
  • components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs (1 hunks)
  • components/zoom_admin/actions/create-meeting/create-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/create-webinar/create-webinar.mjs (1 hunks)
  • components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs (1 hunks)
  • components/zoom_admin/actions/delete-meeting/delete-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs (1 hunks)
  • components/zoom_admin/actions/delete-webinar/delete-webinar.mjs (1 hunks)
  • components/zoom_admin/actions/end-meeting/end-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs (1 hunks)
  • components/zoom_admin/actions/get-meeting/get-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/get-webinar/get-webinar.mjs (1 hunks)
  • components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs (1 hunks)
  • components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs (1 hunks)
  • components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs (1 hunks)
  • components/zoom_admin/actions/list-meetings/list-meetings.mjs (1 hunks)
  • components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs (1 hunks)
  • components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs (1 hunks)
  • components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs (1 hunks)
  • components/zoom_admin/actions/list-webinars/list-webinars.mjs (1 hunks)
  • components/zoom_admin/actions/update-meeting/update-meeting.mjs (1 hunks)
  • components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs (1 hunks)
  • components/zoom_admin/actions/update-webinar/update-webinar.mjs (1 hunks)
  • components/zoom_admin/package.json (1 hunks)
  • components/zoom_admin/sources/account-created/account-created.mjs (1 hunks)
  • components/zoom_admin/sources/account-settings-updated/account-settings-updated.mjs (1 hunks)
  • components/zoom_admin/sources/account-updated/account-updated.mjs (1 hunks)
  • components/zoom_admin/sources/custom-events/custom-events.mjs (1 hunks)
  • components/zoom_admin/sources/meeting-created/meeting-created.mjs (1 hunks)
  • components/zoom_admin/sources/meeting-deleted/meeting-deleted.mjs (1 hunks)
  • components/zoom_admin/sources/meeting-ended/meeting-ended.mjs (1 hunks)
  • components/zoom_admin/sources/meeting-started/meeting-started.mjs (1 hunks)
  • components/zoom_admin/sources/meeting-updated/meeting-updated.mjs (1 hunks)
  • components/zoom_admin/sources/recording-completed/recording-completed.mjs (1 hunks)
  • components/zoom_admin/sources/user-activated/user-activated.mjs (1 hunks)
  • components/zoom_admin/sources/user-created/user-created.mjs (1 hunks)
  • components/zoom_admin/sources/user-deactivated/user-deactivated.mjs (1 hunks)
  • components/zoom_admin/sources/user-deleted/user-deleted.mjs (1 hunks)
  • components/zoom_admin/sources/user-invitation-accepted/user-invitation-accepted.mjs (1 hunks)
  • components/zoom_admin/sources/user-updated/user-updated.mjs (1 hunks)
  • components/zoom_admin/sources/webinar-changes-to-panelists/webinar-changes-to-panelists.mjs (1 hunks)
  • components/zoom_admin/sources/webinar-created/webinar-created.mjs (1 hunks)
  • components/zoom_admin/sources/webinar-deleted/webinar-deleted.mjs (1 hunks)
  • components/zoom_admin/sources/webinar-ended/webinar-ended.mjs (1 hunks)
  • components/zoom_admin/sources/webinar-started/webinar-started.mjs (1 hunks)
  • components/zoom_admin/sources/webinar-updated/webinar-updated.mjs (1 hunks)
  • components/zoom_admin/zoom_admin.app.mjs (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Verify TypeScript components
  • GitHub Check: Publish TypeScript components
  • GitHub Check: Lint Code Base
🔇 Additional comments (52)
components/zoom_admin/sources/user-deleted/user-deleted.mjs (1)

8-8: Version increment looks good.

The version bump from 0.1.5 to 0.1.6 is appropriate for this coordinated update across Zoom Admin components.

components/zoom_admin/zoom_admin.app.mjs (2)

394-403: New method implementation looks solid.

The listPastMeetingParticipants method follows the established patterns in this codebase:

  • Consistent use of the _makeRequest helper
  • Standard page_size of 100 aligning with other similar methods
  • Proper parameter structure with next_page_token for pagination
  • Returns the data portion of the response consistently

The API endpoint /past_meetings/${meetingId}/participants appears correct for fetching past meeting participants.


404-414: Method implementation follows established patterns.

The listMeetingRecordings method is well-implemented:

  • Consistent with other methods using _makeRequest
  • Proper parameter merging with spread operator for additional params
  • Standard page_size of 100 matching other pagination methods
  • Returns data consistently with the rest of the codebase

The API endpoint /meetings/${meetingId}/recordings is appropriate for fetching meeting recordings.

components/zoom_admin/sources/account-created/account-created.mjs (1)

8-8: Version increment is appropriate.

The version bump from 0.1.5 to 0.1.6 aligns with the coordinated update across Zoom Admin components.

components/zoom_admin/sources/webinar-deleted/webinar-deleted.mjs (1)

8-8: Version increment is consistent with the coordinated update.

The version bump from 0.1.5 to 0.1.6 properly aligns with the package-wide version update.

components/zoom_admin/sources/user-created/user-created.mjs (1)

8-8: LGTM: Version bump as part of coordinated release.

The version increment from "0.1.5" to "0.1.6" is appropriate for this coordinated package update. No functional changes were made to the source logic.

components/zoom_admin/sources/user-deactivated/user-deactivated.mjs (1)

8-8: LGTM: Coordinated version increment.

The version bump to "0.1.6" is consistent with the package-wide version update. The source functionality remains unchanged and correct.

components/zoom_admin/sources/meeting-updated/meeting-updated.mjs (1)

8-8: LGTM: Version update aligns with package release.

The version increment is part of the coordinated release. The meeting update source logic remains unchanged and properly implemented.

components/zoom_admin/sources/user-invitation-accepted/user-invitation-accepted.mjs (1)

8-8: LGTM: Consistent version bump completes coordinated update.

The version increment to "0.1.6" maintains consistency across all source components. The invitation acceptance logic remains correct and unchanged.

components/zoom_admin/actions/create-webinar/create-webinar.mjs (1)

12-12: LGTM: Routine version maintenance.

The patch version increment from "0.1.5" to "0.1.6" is appropriate for this maintenance update with no functional changes.

components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs (1)

8-8: LGTM: Consistent version maintenance.

The patch version increment from "0.0.2" to "0.0.3" follows semantic versioning conventions for maintenance updates.

components/zoom_admin/sources/webinar-created/webinar-created.mjs (1)

9-9: LGTM: Coordinated version update.

The version increment from "0.1.5" to "0.1.6" is part of the coordinated maintenance update across Zoom Admin components.

components/zoom_admin/sources/account-updated/account-updated.mjs (1)

8-8: LGTM: Final component version alignment.

The version increment from "0.1.5" to "0.1.6" completes the coordinated version update across the Zoom Admin components.

components/zoom_admin/sources/account-settings-updated/account-settings-updated.mjs (1)

8-8: LGTM! Version increment is appropriate.

The version bump from "0.1.5" to "0.1.6" aligns with the coordinated package update mentioned in the PR objectives.

components/zoom_admin/sources/webinar-changes-to-panelists/webinar-changes-to-panelists.mjs (1)

11-11: LGTM! Consistent version increment.

The version bump from "0.1.5" to "0.1.6" is consistent with other source components in this update.

components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs (1)

9-9: LGTM! Version increment maintains consistency.

The version bump from "0.1.6" to "0.1.7" appropriately maintains the version progression for this action component.

components/zoom_admin/sources/meeting-created/meeting-created.mjs (1)

8-8: LGTM! Final version increment completes the pattern.

The version bump from "0.1.5" to "0.1.6" completes the consistent versioning update across all source components.

components/zoom_admin/package.json (1)

3-3: LGTM! Proper semantic versioning for feature additions.

The minor version bump from 0.7.3 to 0.8.0 correctly follows semantic versioning conventions for the addition of new features mentioned in the PR summary.

components/zoom_admin/sources/meeting-ended/meeting-ended.mjs (1)

8-8: LGTM! Coordinated version update.

The patch version increment from 0.1.5 to 0.1.6 is appropriate for this coordinated release of the zoom_admin component suite.

components/zoom_admin/sources/user-activated/user-activated.mjs (1)

8-8: LGTM! Coordinated version update.

The patch version increment from 0.1.5 to 0.1.6 aligns with the coordinated release of the zoom_admin component suite.

components/zoom_admin/sources/user-updated/user-updated.mjs (1)

8-8: LGTM! Coordinated version update.

The patch version increment from 0.1.5 to 0.1.6 is consistent with the coordinated release pattern across the zoom_admin component suite.

components/zoom_admin/actions/get-meeting/get-meeting.mjs (1)

9-9: LGTM! Version increment is consistent with package update.

The version bump from "0.1.6" to "0.1.7" aligns with the coordinated version update across Zoom Admin components mentioned in the PR objectives.

components/zoom_admin/sources/webinar-ended/webinar-ended.mjs (1)

8-8: LGTM! Version increment is part of coordinated package update.

The version bump from "0.1.5" to "0.1.6" is consistent with the broader Zoom Admin package version update.

components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs (1)

10-10: LGTM! Version increment follows the coordinated update pattern.

The version bump from "0.1.5" to "0.1.6" is consistent with the coordinated version update across multiple Zoom Admin components.

components/zoom_admin/sources/custom-events/custom-events.mjs (1)

8-8: LGTM! Version increment completes the coordinated package update.

The version bump from "0.1.5" to "0.1.6" is the final component in this coordinated version update across the Zoom Admin package, aligning with the PR objectives.

components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs (1)

9-9: LGTM! Version increment follows semantic versioning.

The patch version increment from 0.1.5 to 0.1.6 is appropriate for this coordinated release across Zoom Admin components. No functional changes were made to this action, which is expected for version alignment updates.

components/zoom_admin/actions/delete-webinar/delete-webinar.mjs (1)

9-9: LGTM! Consistent version increment.

The version bump from 0.1.5 to 0.1.6 aligns with the coordinated version update across Zoom Admin components. The action logic remains unchanged, which is appropriate for this type of release.

components/zoom_admin/actions/end-meeting/end-meeting.mjs (1)

9-9: LGTM! Version increment maintains consistency.

The patch version update from 0.1.5 to 0.1.6 is consistent with the coordinated version bump across Zoom Admin action components. No functional modifications were needed for this action.

components/zoom_admin/sources/webinar-started/webinar-started.mjs (1)

8-8: LGTM! Source component version correctly incremented.

The version increment from 0.1.7 to 0.1.8 follows the same semantic versioning pattern as the action components. The higher starting version number is normal for source components that may have different release cycles than actions.

components/zoom_admin/actions/get-webinar/get-webinar.mjs (1)

9-9: LGTM: Standard version increment

The version bump from "0.1.5" to "0.1.6" is consistent with the coordinated release described in the PR objectives. No functional changes were made to the webinar retrieval logic.

components/zoom_admin/sources/webinar-updated/webinar-updated.mjs (1)

9-9: LGTM: Consistent version update

The version increment to "0.1.6" maintains consistency with other Zoom Admin components in this release. The webinar updated event source functionality remains unchanged.

components/zoom_admin/sources/meeting-deleted/meeting-deleted.mjs (1)

8-8: LGTM: Standard version increment

The version update to "0.1.6" aligns with the broader Zoom Admin component version updates. The meeting deletion event handling logic remains unchanged.

components/zoom_admin/sources/recording-completed/recording-completed.mjs (1)

9-9: LGTM: Version increment maintains component versioning

The version update to "0.1.7" is appropriate and suggests this component was already at a higher baseline version compared to other Zoom Admin components. The recording completion event handling logic with file type filtering remains unchanged.

components/zoom_admin/actions/list-meetings/list-meetings.mjs (1)

9-9: LGTM: Routine version bump.

The version increment from 0.2.2 to 0.2.3 is appropriate for a maintenance update with no functional changes.

components/zoom_admin/actions/create-meeting/create-meeting.mjs (1)

12-12: LGTM: Routine version bump.

The version increment from 0.1.5 to 0.1.6 is appropriate for a maintenance update with no functional changes.

components/zoom_admin/actions/update-webinar/update-webinar.mjs (1)

16-16: LGTM: Routine version bump.

The version increment from 0.1.5 to 0.1.6 is appropriate for a maintenance update with no functional changes.

components/zoom_admin/actions/delete-meeting/delete-meeting.mjs (1)

9-9: LGTM: Routine version bump.

The version increment from 0.1.5 to 0.1.6 is appropriate for a maintenance update with no functional changes.

components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs (1)

10-10: LGTM: Routine version bump.

The version increment from 0.2.2 to 0.2.3 is appropriate for a maintenance update with no functional changes.

components/zoom_admin/sources/meeting-started/meeting-started.mjs (1)

9-9: LGTM! Coordinated version increment.

The version bump from "0.1.5" to "0.1.6" is appropriate for this coordinated release and follows semantic versioning conventions.

components/zoom_admin/actions/list-webinars/list-webinars.mjs (1)

8-8: LGTM! Consistent version increment.

The version bump from "0.2.2" to "0.2.3" is part of the coordinated release and follows semantic versioning conventions.

components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs (1)

8-8: LGTM! Consistent version increment.

The version bump from "0.2.2" to "0.2.3" maintains consistency with other components in this coordinated release.

components/zoom_admin/actions/update-meeting/update-meeting.mjs (1)

13-13: LGTM! Final coordinated version increment.

The version bump from "0.1.5" to "0.1.6" completes the coordinated version increments across the Zoom admin components for this release.

components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs (1)

10-10: LGTM! Version increment aligns with PR objectives.

The version bump from "0.1.5" to "0.1.6" is consistent with the coordinated version updates mentioned in the PR objectives.

components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs (1)

9-9: LGTM! Coordinated version increment.

The version bump from "0.2.3" to "0.2.4" is part of the coordinated version updates across Zoom Admin components.

components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs (1)

9-9: LGTM! Version increment follows established pattern.

The version bump from "0.2.2" to "0.2.3" maintains consistency with the coordinated version updates across the Zoom Admin components.

components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs (1)

10-10: LGTM! Completes the coordinated version update.

The version bump from "0.1.5" to "0.1.6" completes the consistent version increments across the Zoom Admin action components as intended by this PR.

components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs (1)

11-11: LGTM! Standard version bump.

The version increment from "0.1.5" to "0.1.6" is appropriate and consistent with the coordinated version updates across Zoom Admin components mentioned in the PR summary.

components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs (2)

1-4: Well-structured imports and dependencies.

The imports are appropriate and follow the expected pattern for Zoom admin actions:

  • zoomAdmin app integration
  • get from lodash for safe property access
  • paginate utility for handling paginated API responses

5-20: Solid action configuration and props.

The action metadata and props are well-defined:

  • Clear name and description with API documentation link
  • Appropriate key following naming conventions
  • Standard prop definition for meeting selection
components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs (3)

1-4: Clean and organized imports.

The imports follow the standard pattern and are properly organized for a Zoom admin action.


5-26: Well-designed action with optional parameter.

The action configuration is excellent:

  • Clear name and description with proper API documentation link
  • Standard meeting prop definition
  • Well-implemented optional downloadAccessToken boolean parameter with clear description

27-41:

✅ Verification successful

Verify the listMeetingRecordings method exists and validate pagination parameters.

The implementation correctly uses the pagination utility and passes the downloadAccessToken parameter. However, ensure that:

  1. The listMeetingRecordings method is properly implemented in the Zoom admin app
  2. The method accepts the expected parameters

🏁 Script executed:

#!/bin/bash
# Description: Verify that the listMeetingRecordings method exists in the Zoom admin app.
# Expected: Find the method implementation in zoom_admin.app.mjs

ast-grep --pattern $'listMeetingRecordings($_, $_) {
  $$$
}'

Length of output: 62


🏁 Script executed:

#!/bin/bash
# Search for occurrences and definition of listMeetingRecordings in the repository
rg -n "listMeetingRecordings" -C 3 || true

Length of output: 1333


🏁 Script executed:

#!/bin/bash
# Display the implementation of listMeetingRecordings to verify parameter handling
rg -n "async listMeetingRecordings" -A10 -B10 components/zoom_admin/zoom_admin.app.mjs

Length of output: 800


listMeetingRecordings method existence & parameters verified

  • The listMeetingRecordings method is implemented in components/zoom_admin/zoom_admin.app.mjs (lines 404–414).
  • It accepts (meetingId, params, nextPageToken) and correctly merges the passed params (including download_access_token) with its default pagination fields.

No further action required.

@jcortes
Copy link
Collaborator Author

jcortes commented May 30, 2025

/approve

Copy link
Collaborator

@GTFalcao GTFalcao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a couple of minor comments for text standardization - since this is ready for release, I'll apply them and merge the PR

export default {
name: "List past meeting participants",
description:
"List all participants of a past meeting. [See the docs here](https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/past_meetings/{meetingId}/participants)",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"List all participants of a past meeting. [See the docs here](https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/past_meetings/{meetingId}/participants)",
"List all participants of a past meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/past_meetings/{meetingId}/participants)",

Also if we can replace all instances of "see the docs here" with "see the documentation" in this app, with a quick find+replace, that'd be good for keeping the standard too

@GTFalcao GTFalcao merged commit 9ef2b43 into master Jun 1, 2025
11 checks passed
@GTFalcao GTFalcao deleted the pr/jocarino/16879 branch June 1, 2025 23:21
@github-project-automation github-project-automation bot moved this from Ready for Release to Done in Component (Source and Action) Backlog Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants